Platform Explorer / Nuxeo Platform 6.0

Operation LocalConfiguration.PutSimpleConfigurationParameters (Put Simple Configuration parameters)

Description

Put Simple Configuration parameters on the input document. Add the 'SimpleConfiguration' facet on the input document if needed. The parameters are specified as key=value pairs separated by a new line. The user adding parameters must have WRITE access on the input document.
Operation id LocalConfiguration.PutSimpleConfigurationParameters
Category Local Configuration
Label Put Simple Configuration parameters
Requires
Since

Parameters

Name Description Type Required Default value
parameters properties yes  
save boolean no true 

Signature

Inputs document
Outputs document

Implementation Information

Implementation Class Class: org.nuxeo.ecm.localconf.PutSimpleConfParams
Contributing Component org.nuxeo.ecm.localconf.operations

JSON Definition

{
  "id" : "LocalConfiguration.PutSimpleConfigurationParameters",
  "label" : "Put Simple Configuration parameters",
  "category" : "Local Configuration",
  "requires" : null,
  "description" : "Put Simple Configuration parameters on the input document. Add the 'SimpleConfiguration' facet on the input document if needed. The parameters are specified as <i>key=value</i> pairs separated by a new line. The user adding parameters must have WRITE access on the input document.",
  "url" : "LocalConfiguration.PutSimpleConfigurationParameters",
  "signature" : [ "document", "document" ],
  "params" : [ {
    "name" : "parameters",
    "description" : null,
    "type" : "properties",
    "required" : true,
    "widget" : null,
    "order" : 0,
    "values" : [ ]
  }, {
    "name" : "save",
    "description" : null,
    "type" : "boolean",
    "required" : false,
    "widget" : null,
    "order" : 0,
    "values" : [ "true" ]
  } ]
}